home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Unpacking.readme < prev    next >
Text File  |  1995-07-02  |  1KB  |  33 lines

  1.  
  2.      $RCSfile: Unpacking.readme $
  3.   Description: Instructions for unpacking the archive.
  4.  
  5.    Created by: fjc (Frank Copeland)
  6.     $Revision: 1.3 $
  7.       $Author: fjc $
  8.         $Date: 1995/01/25 23:08:50 $
  9.   _________________________________________________________________________
  10.  
  11.   The Oberon-A archives are designed to unpack into a directory called
  12.   Oberon-A.  Each archive contains sub-archives that are designed to unpack
  13.   into sub-directories under the Oberon-A directory.  The documentation and
  14.   utilities rely on the directory structure built-in to the archives, so do
  15.   not change it gratuitously.
  16.  
  17.   Assuming you have already unpacked the main archive (otherwise you would
  18.   not be reading this) take the following steps to complete the extraction:
  19.  
  20.     * Change directory to the Oberon-A directory
  21.  
  22.     * Extract the sub-archives
  23.  
  24.       Using LhA: lha x #?.lha
  25.  
  26.     * Delete the archives
  27.  
  28.   If you have a previous version of Oberon-A already installed, use the "-T"
  29.   option of LhA to extract only those files which have changed:
  30.  
  31.     lha -T x #?.lha
  32.  
  33.